home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21tu.zip / MESSAGE.BB < prev    next >
Text File  |  1991-11-06  |  16KB  |  779 lines

  1. ; This file contains most of the system's messages.  The header of a message
  2. ; is
  3. ;                : number class
  4. ;
  5. ;   number -- The number of the error message.
  6. ;   class  -- The class of user to get this message
  7. ;                   N = New
  8. ;                   U = Unregistered user
  9. ;                   O = Registered user
  10. ;                   E = Expert user
  11. ;                   B = BBS
  12. ;                   R = Remote SYSOP
  13. ;                   L = Local SYSOP
  14. ;
  15. ; The message then follows.  Blank lines are ignored.  If you want a blank
  16. ; in a message, use % in the first column.  If you want to sent a file
  17. ; instead of a message use an "@".  Example  "@INFO.BB"
  18. ;
  19. ; The following tokens are substituted:
  20. ;
  21. ;     $A - @ BBS of the current message.
  22. ;     $a - Call of the originating bbs.
  23. ;     $B - Type of current message.
  24. ;     $b - BID of current message.
  25. ;     $C - The message type (by name)
  26. ;     $D - The current date.
  27. ;     $E - Title of current message.
  28. ;     $F - Name of the users port.
  29. ;     $f - Name of the "other" gateway port.
  30. ;     $G - TO of the current message.
  31. ;     $g - TO "H" address of current message
  32. ;     $I - Sysops name.
  33. ;     $J - Date from current msg header
  34. ;     $j - Date from orig msg header
  35. ;     $K - Time from current msg header.
  36. ;     $k - Time from orig msg header.
  37. ;     $L - Number of the last message in the MailBox
  38. ;     $l - Date/time of user's last "L" command.
  39. ;     $M - Message number from current msg header.
  40. ;     $m - Message number from orig msg header.
  41. ;     $N - Number of active messages.
  42. ;     $n - Number of killed messages.
  43. ;     $O - Sysops callsign.
  44. ;     $o - Hierarchical address of this BBS
  45. ;     $P - FROM from current msg header.
  46. ;     $p - FROM "H" address
  47. ;     $Q - Sysops QTH
  48. ;     $q - Language setting for this user.
  49. ;     $R - Number of messages awaiting to be read by this user  (LM)
  50. ;     $r - Number of messages awaiting to be listed by this user (L)
  51. ;     $S - Status of current message.
  52. ;     $s - Screen length of user.
  53. ;     $T - The current time.
  54. ;     $t - Task ID.
  55. ;     $U - User callsign.
  56. ;     $V - Software version.
  57. ;     $u - User authentication requirements
  58. ;     $W - Users name.
  59. ;     $w - Screen width of user.
  60. ;     $X - Date user last logged in.
  61. ;     $Y - Time user last logged in.
  62. ;     $Z - User's MAX PAC
  63. ;     $z - User's format
  64. ;     $1 - Parameter
  65. ;     $7 - Sound 440 Hz tone
  66. ;     $8 - Sound 880 Hz tone
  67. ;     $9 - Sound 1320 Hz tone
  68. ;     $: - $:
  69. ;
  70. ; When it comes time to send a message to a user, the program searches
  71. ; starts at the user's class and searches towards "NEW USER" to find the
  72. ; first message.  Example:  Message 2 has three versions but none for
  73. ; EXPERT.  If an expert user connects, it will take the OLD USER version
  74. ; since this is the next level down.  A remote sysop, however, gets a real
  75. ; short one since it has its own message for that level.
  76. ;
  77. ;---------------------------------------------------------------------------
  78.  
  79. : 1 N
  80. I don't understand that. Please try again.
  81. %
  82.  
  83. : 2 N
  84. Hello and welcome to the $O mailbox!
  85. %
  86. I see that you are a new user.  If you want to find out about the
  87. system, then enter INFO followed by a carriage return.  If you would
  88. like to register as a user, please type REGISTER.  Help is also
  89. available by typing HELP (thats pretty obvious).  If you are an
  90. experienced user of any of the standard mailbox programs, this one is
  91. compatible.
  92. %
  93.  
  94. : 2 U
  95. Hello and welcome to the $O mailbox!
  96. %
  97. I see that you have logged on before but not registered as a user.
  98. Please do so soon.
  99. %
  100. If you want to find out about the system, then enter INFO followed by a
  101. carriage return.  If you would like to register as a user, please type
  102. REGISTER.  Help is also available by typing HELP (thats pretty obvious).
  103. If you are an experienced user of any of the standard mailbox programs,
  104. this one is compatible.
  105. %
  106.  
  107. : 2 O
  108. Hello $W and welcome to the $O mailbox!
  109. %
  110.  
  111. : 2 B
  112. Hello!
  113.  
  114. : 3 N
  115. Action complete
  116.  
  117. : 4 N
  118. @INFO.BB
  119.  
  120. : 4 R
  121.   Last message    : $L
  122.   Active messages : $N
  123.   Killed messages : $n
  124. %
  125.   Messages awaiting to be read by you : $R
  126.   Messages to be listed by you        : $r
  127. %
  128.   Memory available: $1
  129.  
  130. : 5 N
  131. Type H if you need Help>
  132.  
  133. : 5 E
  134. GVPS ==>
  135.  
  136. : 5 B
  137. =>
  138.  
  139. : 6 N
  140. Please enter a subject for your message.
  141.  
  142. : 6 E
  143. Subject?
  144.  
  145. : 7 N
  146. Please enter your message now.  When you are finished, type a Control-Z
  147. followed by a carriage return.
  148.  
  149. : 7 E
  150. Msg?
  151.  
  152. : 8 N
  153. To who should this message go?
  154.  
  155. : 8 E
  156. Addressee?
  157.  
  158. : 9 N
  159. Invalid message number specified!
  160.  
  161. : 10 N
  162. What message number did you want to read?
  163.  
  164. : 11 N
  165. There were too many words in your response!
  166.  
  167. : 12 N
  168. The qualifier (2nd letter) of the command is invalid!
  169.  
  170. : 13 N
  171.  Msg# TR  Size   To                 From           Date/Time Subj
  172.  
  173. : 14 N
  174. You specified an invalid LIST criteria
  175.  
  176. : 15 N
  177. No message matches your search criteria
  178.  
  179. : 16 N
  180. The message you want cannot be found or you are not allowed to look at it.
  181.  
  182. : 17 N
  183. There are no unread messages for you!
  184.  
  185. : 18 N
  186. Message #$1 to be killed cannot be found or you are not allowed to kill it.
  187.  
  188. : 19 N
  189. The address portion of the command is incorrectly formatted.
  190.  
  191. : 20 N
  192. Message $d has been killed!
  193.  
  194. : 21 N
  195. What message number did you want to kill?
  196.  
  197. : 22 N
  198. No data supplied so command cancelled!
  199.  
  200. : 23 N
  201. Message $d has been stored!
  202.  
  203. : 24 N
  204. R:$J/$Kz @:$O$o #:$M
  205.  
  206. : 25 N
  207. The userid you specified could not be found!
  208.  
  209. : 26 N
  210. You have mail waiting for you.
  211. To list this mail, type LU
  212. To read this mail, type RM
  213. When you are done, erase the mail by typing KM
  214.  
  215. : 26 E
  216. You have mail waiting for you.
  217.  
  218. : 27 N
  219. MaxPac(M): $Z  Format(F): $z Modem Password(W): $1
  220. Screen (SxY): $sx$w Language(Q): $q Access Control(U): $u
  221. Advanced BBS, BBS, PBBS, Delete, Home, Name, Remote SYSOP, eXclude, Zip,
  222. Local, Class, Trans, Emergency?
  223.  
  224. : 28 N
  225. To Adr(H): $g   From Adr (X) $p   Bid(I): $b
  226. T (To), B(@To), F(From), A(@From), J(Title), D(Type), S(Status)?
  227.  
  228. : 29 N
  229. Call   SS Last On     Cnt PC TBRXDLE Home       Zip        Name
  230.  
  231. : 30 N
  232. Mailbox has not received any data from you in a while.  Connection severed.
  233.  
  234. : 30 B
  235. Time out!
  236.  
  237. : 31 N
  238. Invalid taskid or portid specified!
  239.  
  240. : 32 N
  241. Task not found
  242.  
  243. : 33 N
  244. Enter your first name
  245.  
  246. : 34 N
  247. Enter your home zip code
  248.  
  249. : 35 N
  250. Enter the callsign of the bulletin board station where you check in
  251. regularly to get your mail.  Please don't enter your own call even if
  252. you run a personal mailbox.
  253.  
  254. : 36 N
  255. The data you entered is too long for the field.
  256.  
  257. : 37 N
  258. %
  259. Thanks for registering, $W.  You are now an official user of this mailbox.
  260. %
  261. The prompts are in "LONG" mode.  If you know your way around most
  262. mailboxes, you can shift to the "EXPERT" mode with short prompts and
  263. messages by entering NE.  Typing NE again will convert you back to the
  264. LONG mode.
  265.  
  266. : 38 N
  267. Invalid file name
  268.  
  269. : 39 N
  270. The second operand is invalid
  271.  
  272. : 40 N
  273. The date is in bad format.  Should be YYMMDDHHMM
  274.  
  275. : 41 N
  276. Not enough operands
  277.  
  278. : 42 N
  279. You cannot kill message #$1
  280.  
  281. : 43 N
  282. Help for the command you wanted could not be found.
  283.  
  284. : 44 N
  285. You are now in new user mode.
  286.  
  287. : 44 U
  288. You are now in unregistered user mode.
  289.  
  290. : 44 O
  291. You are now in user mode.
  292.  
  293. : 44 E
  294. You are now in expert mode.
  295.  
  296. : 44 B
  297. You are now in BBS mode.
  298.  
  299. : 44 R
  300. You are now in remote SYSOP mode.
  301.  
  302. : 44 L
  303. You are now in local SYSOP mode.
  304.  
  305. : 45 N
  306. This is $O Mailbox in $Q.
  307. %
  308.  
  309. : 46 N
  310. The BID on this message is a duplicate.  It will be held for the
  311. SYSOP's review
  312.  
  313. : 47 N
  314. You are not permitted to use this port.
  315.  
  316. : 48 N
  317. Files are available on the following topics:
  318.  
  319. : 49 N
  320. Also known as:
  321.  
  322. : 50 N
  323. No files are available to you
  324.  
  325. : 51 N
  326. No files under that name are available to you
  327.  
  328. : 52 N
  329. A backslash "\" is not permitted in this directory
  330.  
  331. : 53 N
  332. File saved.
  333.  
  334. : 54 N
  335. File already exists.
  336.  
  337. : 55 N
  338. No files match the search criteria
  339.  
  340. : 56 N
  341. Message #$1 has already been killed
  342.  
  343. : 57 N
  344. JL - Past Connects
  345. JN - Current users of mailbox
  346.  
  347. : 58 N
  348. The SYSOP wishes to chat with you.
  349. ----------------------------------
  350.  
  351. : 59 N
  352. You are back in normal mailbox mode
  353.  
  354. : 60 N
  355. Wait while $O is paged.  Enter anything to cancel wait.
  356.  
  357. : 61 N
  358. Wait is cancelled.
  359.  
  360. : 62 N
  361. $O did not answer the page.  If you wish, leave a message
  362. via the command:
  363.       SP $O
  364. %
  365.  
  366. : 63 N
  367. $O is not available now.  If you wish, leave a message
  368. via the command:
  369.       SP $O
  370. %
  371.  
  372. : 64 N
  373.  Msg# TR  Size   To           From   Date/Time Subj
  374.  
  375. : 65 N
  376. Enter the number of the desired message list format.
  377.      0 = short
  378.      1 = long
  379.      2 = super short (no @ fields)
  380.  
  381. : 66 N
  382. You must supply a valid number
  383.  
  384. : 67 N
  385. From    :
  386. : 68 N
  387. To      :
  388. : 69 N
  389. Date    :
  390. : 70 N
  391. Msgid   :
  392. : 71 N
  393. Subject :
  394. : 72 N
  395. Path    :
  396.  
  397. : 73 N
  398. Wildcards are not permitted on this command
  399.  
  400. : 74 N
  401. Please enter the file now.  When you are finished, type a Control-Z
  402. followed by a carriage return.
  403.  
  404. : 75 N
  405. Bye
  406.  
  407. : 76 N
  408. Operation complete
  409.  
  410. : 77 N
  411. Enter a message type (one character)
  412.   B = Broadcast
  413.   P = Personal to someone
  414.   T = NTS
  415.  
  416. : 78 N
  417. The message type you entered was not an allowed type
  418. %
  419.  
  420. : 79 N
  421. The mailbox is unable to process your request because some resource
  422. is temporarily unavailable.  Please try again later.
  423.  
  424. : 80 N
  425. This command cannot be executed because other users are connected
  426.  
  427. : 81 N
  428. Invalid message number or range specified -- $1
  429.  
  430. : 82 N
  431. Message $1 cannot be found or you are not allowed to look at it.
  432.  
  433. : 83 N
  434. Operation halted
  435.  
  436. : 84 N
  437. Mail for:
  438.  
  439. : 85 N
  440. Start your $1 data transfer
  441.  
  442. : 86 N
  443. $1 data transfer started
  444.  
  445. : 87 N
  446. $1 data transfer complete
  447.  
  448. : 88 N
  449. $1 abort sent
  450.  
  451. : 89 N
  452. $1 abort received
  453.  
  454. : 90 N
  455. $1 timeout occurred
  456.  
  457. : 91 N
  458. $1 protocol error
  459.  
  460. : 92 N
  461. Originator's $1 file info is:
  462.  
  463. : 93 N
  464. Binary file transfer not permitted for either this topic area or this port
  465.  
  466. : 94 N
  467. This command cannot be executed without a "connected" task
  468.  
  469. : 95 N
  470. Enter your call sign
  471.  
  472. : 96 N
  473. Enter your password
  474.  
  475. : 97 N
  476. Password Invalid
  477.  
  478. : 98 N
  479.  -- Outbound forward
  480.  
  481. : 99 N
  482.  (connect in progress)
  483.  
  484. : 100 N
  485.  -- Special task
  486.  
  487. : 101 N
  488.  -- Inbound forward
  489.  
  490. : 102 N
  491.  (reversed)
  492.  
  493. : 103 N
  494.  (talking to sysop)
  495.  
  496. : 104 N
  497. No users on system
  498. : 105 N
  499. Private message
  500. : 106 N
  501. Bulletin
  502. : 107 N
  503. Traffic
  504. : 108 N
  505. Service message
  506. : 109 N
  507. Message
  508. : 110 N
  509. What message number did you want to reply to?
  510.  
  511. : 111 N
  512. Hello and welcome to the $O mailbox.  You are on the telephone modem
  513. port.  You can change your password with the NP command.
  514. %
  515. Please register using the REGISTER command.
  516. %
  517. If you want to find out about the system, then enter INFO followed by a
  518. carriage return.  If you would like to register as a user, please type
  519. REGISTER.  Help is also available by typing HELP (thats pretty obvious).
  520. If you are an experienced user of any of the standard mailbox programs,
  521. this one is compatible.
  522.  
  523. : 111 O
  524. Hello and welcome to the $O mailbox.  You are on the telephone modem
  525. port.  You can change your password with the NP command.
  526.  
  527. : 111 B
  528. Hello!
  529.  
  530. : 112 N
  531. Binary download type is invalid.
  532.  
  533. : 113 N
  534. Bad block number during $1 transfer
  535.  
  536. : 114 N
  537. Bad block during $1 transfer
  538.  
  539. : 115 N
  540. Re:
  541.  
  542. : 116 N
  543. ----- End of message $M from $P @ $a.$p -----
  544.  
  545. ; Best leave message 116 blank for BBS
  546. : 116 B
  547.  
  548. : 116 R
  549. ----- End of message $M from $P @ $a.$p -----
  550.  
  551. ; Make this message null if you don't want to respond at end of reverse forward
  552. : 117 N
  553. *** DONE
  554.  
  555. : 118 N
  556. Please confirm operation.  Yes (1) or No (0)
  557.  
  558. : 119 N
  559. The switch is now on
  560.  
  561. : 120 N
  562. The switch is now off
  563.  
  564. : 121 N
  565. The type of file whose name you want to change is invalid
  566.  
  567. : 122 O
  568. Its been a while since you registered at this mailbox.  Would you please
  569. reconfirm your data by reentering it?  You can do this by entering
  570. REGISTER at the next prompt.
  571.  
  572. : 123 N
  573. Held for review -- Bulletin is old
  574.  
  575. : 124 N
  576. Held for review -- Duplicate BID
  577.  
  578. : 125 N
  579. Held for review -- Possible looping
  580.  
  581. : 126 N
  582. Held for review -- Put in hold by operator
  583.  
  584. : 127 N
  585. Held for review -- Distant system rejected message
  586.  
  587. : 128 N
  588. R:$J/$Kz @:$O$o $Q #:$M O:$P $$:$b
  589.  
  590. : 129 N
  591. Enter the number of lines to send before pausing.  If you don't want a
  592. pause, use 0.  Your current setting is $s.
  593.  
  594. : 130 N
  595. Please enter your tactical call sign
  596.  
  597. : 131 N
  598. Please enter a blank line to continue, anything else to halt output
  599.  
  600. : 132 N
  601. Enter the number of characters wide that your screen is.  Specify 0 if you
  602. don't want the BBS to worry about width.  Your current setting is $w
  603.  
  604. : 133 N
  605.  
  606. %
  607. Your current screen height setting is $s.
  608. Your current screen width setting is $w.
  609. %
  610.  
  611. : 134 N
  612.  
  613. This BBS is not accepting NTS messages right now
  614.  
  615. : 135 N
  616.  
  617. Enter a message type (one character)
  618.   Z = Life or death
  619.   Y = Network control (SYSOPs only please)
  620.   X = Emergency
  621.   W = Priority
  622.   V = Routine
  623.   T = NTS to out of area
  624.  
  625. : 136 N
  626. Space for files selected/Disk space free/Total disk space
  627.  
  628. : 137 N
  629. The edit command is invalid
  630.  
  631. : 138 N
  632. Bad operand on a search -- $1
  633.  
  634. : 139 N
  635. Held for review -- Operator requested
  636.  
  637. ;----------------------------------------------------------
  638. ; Deny/Reject messages start here at 140 and go to 149.  Only message
  639. ; 140 is used with a BBS.  The message that will be sent
  640. ; when a deny action is taken is set by the parameters in the
  641. ; ACTION.BB file.  The text shown below are tied to the samples
  642. ; that are in my ACTION.BB
  643. ;----------------------------------------------------------
  644.  
  645. : 140 N
  646. Messages with this type and address are not allowed
  647.  
  648. ; **** NOTE ****
  649. ; The first word of the next message must be REJECT -- don't change it
  650. ; It can only be one line long!
  651. : 140 B
  652. REJECT -- Excluded by SYSOP
  653. ;
  654.  
  655. : 140 R
  656. Messages with this type and address are not allowed
  657.  
  658. : 141 N
  659.  
  660. You have attemoted to send a private message to the world.  I think you
  661. really wanted a bulletin.  Try again with the SB command.
  662.  
  663. : 142 N
  664. You tried to send a message to "ALL"
  665.  
  666. For bulletins, please use the TO address as a quick topic selection.
  667. Examples: SALE, INFO, WANT, AMSAT
  668.  
  669. :  143 N
  670.  
  671. For sale message must be sent to this state only.  Use ALLCA or ALLCAN
  672. instead of USA or ALLUS.
  673.  
  674. :  144 N
  675.  
  676. You must be registered to send bulletins.  Issue the REGISTER command.
  677.  
  678. : 150 N
  679. Held for review -- On REJECT list
  680.  
  681. : 151 N
  682.  
  683. Enter language to be used
  684.    A = English
  685.  
  686. : 152 N
  687.  
  688. Invalid selection
  689.  
  690. ; This is the "MORE" continuing message.  It can be used to output
  691. ; a screen clear to an ANSI user.  I leave it null
  692.  
  693. : 153 N
  694.  
  695.  
  696. : 154 N
  697.  
  698. You must enter a subject for this type of message.  NTS message should
  699. show the city and phone number (only area code and prefix needed).
  700.  
  701. : 155 N
  702.  
  703. Status changed to $S for message $M
  704.  
  705. : 156 N
  706.  
  707. Message held for review by SYSOP
  708.  
  709. : 157 N
  710.  
  711. The BBS is in emergency mode.  Please try your access later
  712.  
  713. : 158 N
  714.  
  715. You cannot issue a send command until the system is sure of your identity.
  716. Authentication will begin now.
  717.  
  718. : 159 N
  719.  
  720. You are not permitted access
  721.  
  722. : 160 N
  723.  
  724. Action for msg #$M: (K)ill, (L)eave, (Q)uit, r(E)ply?
  725.  
  726. : 160 R
  727.  
  728. Action for #$M: (K)ill, (R)elease, (H)old, (L)eave, (Q)uit, r(E)ply (C)hange?
  729.  
  730. : 161 N
  731.  
  732. No change for message $M
  733.  
  734. : 162 N
  735.  
  736. Authentication is complete
  737.  
  738. : 163 N
  739.  
  740. Authentication is not complete
  741.  
  742. : 164 N
  743.  
  744. The file to be executed cannot be found
  745.  
  746. : 165 N
  747.  
  748. Invalid action code.
  749.  
  750. : 166 N
  751.  
  752. Message held during a REVIEW
  753.  
  754. : 167 N
  755.  
  756. BBS is busy right now.  Please try again later
  757.  
  758. : 168 N
  759.  
  760.  Msg#  Size   To    From   Date/Time Subj
  761.  
  762. : 169 N
  763.  
  764. $G has registered as a user of the $A bbs.  This message will be sent there.
  765.  
  766. : 170 N
  767.  
  768. You were unable to properly authenicate your callsign.  You cannot
  769. send any messages until you do.
  770.  
  771. : 171 N
  772.  
  773. Your user class is not permitted to use that command.
  774.  
  775. : 172 N
  776.  
  777. The call sign you gave is either invalid format or not authorized.
  778.  
  779.